home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 July: Technology Seed / ADC Seed CD - July 1999.toast / FireWire / FireWire 2.0 SDK / Source / FWIM / PeleFWIM / PeleFWIM.r < prev   
Encoding:
Text File  |  1999-04-12  |  1.6 KB  |  73 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        PeleFWIM.r
  3.  
  4.     Contains:    Resources for Pele PCI FireWire card FireWire interface
  5.                 module.
  6.  
  7.     Version:    1.0
  8.  
  9.     Written by:    Eric W. Anderson
  10.  
  11.     Copyright:    © 1997-1998 by Apple Computer, Inc., all rights reserved.
  12.  
  13.     File Ownership:
  14.  
  15.         DRI:                Eric W. Anderson
  16.  
  17.         Other Contact:        
  18.  
  19.         Technology:            FireWire
  20.  
  21.     Writers:
  22.  
  23.         (DCB)    Clinton Bauder
  24.         (jkl)    Jay Lloyd
  25.  
  26.     Change History (most recent first):
  27.  
  28.        <FW3>    12/19/98    DCB        More cleanup for SDK.
  29.        <FW2>     7/29/98    jkl        Updated for latest interfaces.
  30.        <FW2>      6/5/96    EA        Fill in contains and written by fields.
  31.        <FW1>      6/5/96    EA        first checked in
  32.  
  33. */
  34.  
  35.  
  36. #if ETO_BUILD
  37. #include "SysTypes.r"
  38. #include "CodeFragmentTypes.r"
  39. #else
  40. #include "Types.r"
  41. #include "CodeFragments.r"
  42. #endif
  43.  
  44. resource 'cfrg' (0)
  45. {
  46.     {
  47.       kPowerPC,                /* Target machine's Architecture. */
  48.       kFullLib,                /* This is not an update. */
  49.       kNoVersionNum,        /* Current version. */
  50.       kNoVersionNum,        /* Definition version. */
  51.       kDefaultStackSize,    /* Stack size of application. */
  52.       kNoAppSubFolder,        /* Not used here.  Can be the resource-id of an 'alis'
  53.                                resource.  Used to provide additional location
  54.                                to search for libraries. */
  55.       kIsApp,                /* This is an application (not a lib or drop-in). */
  56.       kOnDiskFlat,            /* This code fragment is on disk, in the data fork. */
  57.       kZeroOffset,            /* Offset of code into data fork. */
  58.       kWholeFork,            /* Code takes up all of data fork (can give a size). */
  59.       "PeleFWIM"            /* Name of application. */
  60.     }
  61. };
  62.  
  63. resource 'vers' (1)
  64. {
  65.     FWVersion,
  66.     FWRevision,
  67.     FWBuildStage,
  68.     FWBuildNumber,
  69.     verUS,
  70.     FWShortVersionString,
  71.     FWLongVersionString
  72. };
  73.